PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedParagraph Class / setFirstLineIndent Method
Value in points to indent the first line of the paragraph. If negative then it is left hanging indent.
In This Topic
    setFirstLineIndent Method
    In This Topic
    Sets the indentation of the first paragraph line.
    Syntax
    public void setFirstLineIndent( 
       double value
    )

    Parameters

    value
    Value in points to indent the first line of the paragraph. If negative then it is left hanging indent.
    See Also